-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: Validate the skipfooter parameter in read_csv #15945
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm ping on green
c05a07e
to
385c780
Compare
Previously, the skipfooter parameter was assumed to be an integer, but that was not checked.
385c780
to
baa3415
Compare
yeah been happening in several builds |
@jreback : Hmm...okay, let me know once |
Codecov Report
@@ Coverage Diff @@
## master #15945 +/- ##
==========================================
+ Coverage 90.99% 90.99% +<.01%
==========================================
Files 145 145
Lines 49565 49569 +4
==========================================
+ Hits 45101 45105 +4
Misses 4464 4464
Continue to review full report at Codecov.
|
@jreback : Oh, seems like the rebuild finished successfully. All green and ready to go now. |
i restarted build |
thanks! |
Previously, the
skipfooter
parameter was assumed to be an integer, but that was not checked.xref #15925 (comment)